home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / parts.h < prev    next >
C/C++ Source or Header  |  2001-06-30  |  963b  |  28 lines

  1. /*
  2.  * Copyright 1996, 1999, 2000 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    parts.h
  12.  *        #defines for the optional parts of x3270.
  13.  */
  14.  
  15. #define X3270_ANSI    1    /* ANSI mode */
  16. #define X3270_APL    1    /* APL keysym support */
  17. #define X3270_DISPLAY    1    /* X-windows display */
  18. #define X3270_FT    1    /* IND$FILE file transfer */
  19. #define X3270_KEYPAD    1
  20. #ifndef AMIGA
  21. #define X3270_LOCAL_PROCESS 1    /* -e <cmd> support on Linux and BSD */
  22. #endif
  23. #define X3270_MENUS    1    /* menu bar */
  24. #define X3270_PRINTER    1    /* printer session support */
  25. #define X3270_SCRIPT    1    /* scripting */
  26. #define X3270_TN3270E    1    /* TN3270E support */
  27. #define X3270_TRACE    1    /* data stream and X event tracing */
  28.